Next: Commands, Previous: Improvements over Vi, Up: Top [Contents][Index]
Customization can be done in 2 ways.
(require 'viper) line. This method is not
recommended, unless you know what you are doing. Only two
variables, viper-mode and
viper-custom-file-name, are supposed to be
customized in .emacs, prior to loading Viper
(i.e., prior to (require 'viper) command.Some advanced customization cannot be accomplished this way, however, and has to be done in Emacs Lisp in your Viper customization file. For the common cases, examples are provided that you can use directly.
| • Rudimentary Changes: | Simple constant definitions. | |
| • Key Bindings: | Enabling Emacs Keys, Rebinding keys, etc. | |
| • Packages that Change Keymaps: | How to deal with such beasts. | |
| • Viper Specials: | Special Viper commands. | |
| • Vi Macros: | How to do Vi style macros. |
Next: Commands, Previous: Improvements over Vi, Up: Top [Contents][Index]